type testing.simpleMatch

5 uses

	testing (current package)
		match.go#L41: type simpleMatch []string
		match.go#L101: func (m simpleMatch) matches(name []string, matchString func(pat, str string) (bool, error)) (ok, partial bool) {
		match.go#L113: func (m simpleMatch) verify(name string, matchString func(pat, str string) (bool, error)) error {
		match.go#L145: 	a := make(simpleMatch, 0, strings.Count(s, "/"))
		match.go#L180: 				a = make(simpleMatch, 0, len(a))